SftTree/NET 2.0

ShowHierarchy Property, ColumnClass Class

Softel vdm, Inc.

Defines whether this column displays hierarchy information (tree lines, expand/collapse buttons, item image).

Syntax      ColumnClass Class (Softelvdm.SftTreeNET)

VB   

Public Property ShowHierarchy As Boolean

C#   

public bool ShowHierarchy { get; set; }

C++   

public: property bool ShowHierarchy {
        bool get();
        void set(bool value);
}

Property Value

True if this column displays hierarchy information (tree lines, expand/collapse buttons, item image), otherwise False.

The default value is False.

Comments

The ShowHierarchy property defines whether this column displays hierarchy information (tree lines, expand/collapse buttons, item image).

Only one column can display hierarchy information. By setting this property to True for one column, the property is automatically set to False for all other columns.

The display of hierarchy information is optional and can be turned off for all columns.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com